const syscall.sizeofPtr
18 uses
syscall (current package)
sockcmsg_unix_other.go#L15: salign := sizeofPtr
sockcmsg_unix_other.go#L27: if sizeofPtr == 8 {
syscall_linux.go#L839: var buf [sizeofPtr]byte
syscall_linux.go#L847: if addr%sizeofPtr != 0 {
syscall_linux.go#L848: err = ptracePtr(req, pid, addr-addr%sizeofPtr, unsafe.Pointer(&buf[0]))
syscall_linux.go#L852: n += copy(out, buf[addr%sizeofPtr:])
syscall_linux.go#L886: if addr%sizeofPtr != 0 {
syscall_linux.go#L887: var buf [sizeofPtr]byte
syscall_linux.go#L888: err = ptracePtr(peekReq, pid, addr-addr%sizeofPtr, unsafe.Pointer(&buf[0]))
syscall_linux.go#L892: n += copy(buf[addr%sizeofPtr:], data)
syscall_linux.go#L894: err = ptrace(pokeReq, pid, addr-addr%sizeofPtr, word)
syscall_linux.go#L902: for len(data) > sizeofPtr {
syscall_linux.go#L908: n += sizeofPtr
syscall_linux.go#L909: data = data[sizeofPtr:]
syscall_linux.go#L914: var buf [sizeofPtr]byte
syscall_unix.go#L27: darwin64Bit = (runtime.GOOS == "darwin" || runtime.GOOS == "ios") && sizeofPtr == 8
syscall_unix.go#L28: netbsd32Bit = runtime.GOOS == "netbsd" && sizeofPtr == 4
ztypes_linux_amd64.go#L9: sizeofPtr = 0x8
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |